home *** CD-ROM | disk | FTP | other *** search
/ 3D Images / 3D Images.iso / programs / amiga / rend24 / install-libs next >
Text File  |  1995-01-12  |  667b  |  24 lines

  1. ; Script to install libraries from this disk into your current
  2. ; LIBS: directory.
  3.  
  4. Echo " "
  5. Echo "This script will install three libraries into your current"
  6. Echo "LIBS: directory which are used by the Rend24 program."
  7. Echo "They are hame.library, dctv.library, and arp.library."
  8. Echo " "
  9. Echo "Arp.library is required for Rend24's built-in front end."
  10. Echo "Hame.library is required to render HAM-E images."
  11. Echo "Dctv.library is required to render DCTV images."
  12. Echo " "
  13.  
  14. Ask "Do you want to install these libraries?"
  15. Echo " "
  16. If WARN
  17.     Copy libs/#?.library LIBS:
  18.     Echo "Library installation complete."
  19. Else
  20.     Echo "Libraries not installed."
  21. EndIf
  22.  
  23. Echo " "
  24.